home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1995 / 0195.doc / text0057.txt < prev    next >
Encoding:
Text File  |  1995-03-24  |  603 b   |  19 lines

  1.  
  2.  
  3.  > I'm having trouble with placing a black and white texture map on to 
  4.  > a
  5.  > surface.  What I'm trying to do is have the white part transparent 
  6.  > to the
  7.  > underlying surface and have the black part of the image be 
  8.  > superimpose upon
  9.  > the underlying surface.  Does anyone out there know How I may go 
  10.  > about doing
  11.  
  12. ClipMap from the Objects menu should do it for you. ClipMap works like a
  13. transparency map except it's either just on or off. Or if you prefer to use
  14. transparency maps, make sure your whites are pure white (RGB values 255 255
  15. 255) and your blacks are pure black (0 0 0).
  16.  
  17. AC
  18.  
  19.